Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CorrectProjectItems Method / CorrectProjectItems(Function[],String) Method
Array of functions which will be corrected.
Scheme name.

In This Topic
    CorrectProjectItems(Function[],String) Method
    In This Topic
    Corrects project items.
    Syntax
    public void CorrectProjectItems( 
       Function[] arrFunctions,
       string strScheme
    )
    public:
    void CorrectProjectItems( 
       array<Function^>^ arrFunctions,
       String^ strScheme
    ) 

    Parameters

    arrFunctions
    Array of functions which will be corrected.
    strScheme
    Scheme name.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case if invalid arguments, e.g. array do not contain any valid objects.
    Thrown, if the \internal action could no be found.
    Thrown if an error occurs while executing the method.
    Remarks
    Connections in project will be also corrected if such option is selected in schema.
    See Also